home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archivers / WBx / WBx.config < prev    next >
Text File  |  1996-09-26  |  586b  |  23 lines

  1. ; Example WBx Brain file
  2. ;
  3. ; Copy me to ENVARC: and ENV:
  4. ;
  5. ; format:
  6. ; TYPE commandline
  7. ;
  8. ; %a variable for archive name
  9. ; %p variable for destination path
  10. ;
  11. ; To see the output, use something like the '>con:...'
  12. ; below.
  13. ;-----------------------------------------
  14.  
  15. LHA  sys:bin/lha >CON:0/0/600/200/LHA_Output x %a %p
  16. DMS  sys:bin/dms >CON:0/0/600/200/DMS_Output write %a to %p
  17. ZOM  sys:bin/Zoom >CON:0/0/600/200/Zoom_Output from %a to %p
  18. ; Note: since UnZip cannot specify a target path, we
  19. ; use a small script file
  20. ZIP  execute >CON:0/0/600/200/ZIP_Output s:UnZip %a %p
  21. SFX  %a %p
  22.  
  23.